Skip to content

)}

Timestamped.Equals(Timestamped) method

Defined in

Type: Timestamped Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

Overloads

  • 1. public bool Equals(Timestamped<T> other)
  • 2. public override bool Equals(object? obj)

1. Overload

public bool Equals(Timestamped<T> other)

Summary: Determines whether the current Timestamped value has the same Value and Timestamp as a specified Timestamped value.

Parameters

NameTypeDescription
other[Timestamped](#An object to compare to the current [Timestamped](# value.

Returns: bool -- true if both Timestamped values have the same Value and Timestamp; otherwise, false.

2. Overload

public override bool Equals(object? obj)

Summary: Determines whether the specified System.Object is equal to the current Timestamped.

Parameters

NameTypeDescription
objobject?The System.Object to compare with the current [Timestamped](#

Returns: bool -- true if the specified System.Object is equal to the current Timestamped; otherwise, false.